home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / Chip_2004-06_cd1.bin / software / tsw / tsw.exe / {app} / TSWWebCoder.exe / 0 / RCDATA / TDXINSPECTORCUSTOMIZENEW / TDXINSPECTORCUSTOMIZENEW.txt
Text File  |  2003-09-12  |  1KB  |  61 lines

  1. object dxInspectorCustomizeNew: TdxInspectorCustomizeNew
  2.   Left = 669
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'New Category'
  6.   ClientHeight = 87
  7.   ClientWidth = 279
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LCaption: TLabel
  18.     Left = 11
  19.     Top = 13
  20.     Width = 39
  21.     Height = 13
  22.     Caption = '&Caption:'
  23.     FocusControl = ECaption
  24.   end
  25.   object Bevel: TBevel
  26.     Left = 11
  27.     Top = 42
  28.     Width = 260
  29.     Height = 3
  30.     Shape = bsTopLine
  31.   end
  32.   object ECaption: TEdit
  33.     Left = 55
  34.     Top = 10
  35.     Width = 216
  36.     Height = 21
  37.     TabOrder = 0
  38.     OnChange = ECaptionChange
  39.   end
  40.   object BOK: TButton
  41.     Left = 113
  42.     Top = 55
  43.     Width = 75
  44.     Height = 24
  45.     Caption = 'OK'
  46.     Default = True
  47.     ModalResult = 1
  48.     TabOrder = 1
  49.   end
  50.   object BCancel: TButton
  51.     Left = 196
  52.     Top = 55
  53.     Width = 75
  54.     Height = 24
  55.     Cancel = True
  56.     Caption = 'Cancel'
  57.     ModalResult = 2
  58.     TabOrder = 2
  59.   end
  60. end
  61.